<prev> element

The <prev> element is a task element that instructs the device to remove the current URL from the history stack and open the previous URL. If no previous URL exists on the history stack, specifying <prev> has no effect.

Syntax

where content represents the variables to set when opening the previous URL:
 
content You can optionally specify one or more variables in a <prev> statement: 
<setvar>  (see <setvar> element


IMPORTANT     Unlike other WML elements that have content, specifying content for the <prev> element is optional. If you do not specify any content, you must use the syntax <prev/> rather than <prev>content</prev>

Example

The following WML illustrates a <prev> element that does not contain any content.